home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / varia / silo.lha / silo / Sim.h < prev    next >
C/C++ Source or Header  |  1993-08-08  |  379b  |  23 lines

  1. /* $Author: ecsv38 $ $Date: 90/08/21 14:46:32 $ $Revision: 1.1 $ */
  2. /* (c) S. Manoharan  sam@lfcs.edinburgh.ac.uk */
  3.  
  4. #ifndef Sim_H
  5. #define Sim_H
  6.  
  7. #include <std.h>
  8. #include <stream.h>
  9.  
  10. #include "Debug.h"
  11. #include "Event.h"
  12. #include "Entity.h"
  13. #include "Resource.h"
  14. #include "Bin.h"
  15.  
  16. Event *cause ( void );
  17. short cancel ( const int eid );
  18. double simtime ( void );
  19.  
  20.  
  21. #endif Sim_H
  22.  
  23.